home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineButton2_980 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-02  |  195 b   |  6 lines

  1. on(release){
  2.    _global.game.snd.playEvent("button_click",1);
  3.    com.arcadetown.game.Highscores.submit(_root.inputUsername,_global.score.act,_root.HiScoreSaveURL);
  4.    gotoAndStop("menu");
  5. }
  6.